docs: fix broken star history charts in README - #1626
Conversation
The star history charts in the project README and its localized versions are currently broken because the upstream service no longer returns data reliably. This change points the charts at a working alternative so visitors can once again see the project's star growth.
|
|
1 similar comment
|
|
|
Thanks for the PR, but this swaps the official The official chart isn't actually broken, and rewriting the image URL so that every README visitor's browser is redirected to an unvetted third-party domain is a supply-chain/tracking risk we shouldn't take on — the maintainers never chose that host. For reference, an identical one-line "fix the broken chart" swap was proposed on astron-rpa recently (#834, to a different domain) and rejected for the same reason. Keeping the official endpoint. Closing this — if the official chart is ever genuinely rate-limited, the right fix is to deliberately cache/self-host the SVG, not silently point visitors at a third-party host. cc @dongjiang1989 |
The star history charts embedded in the README and the localized docs are currently broken and show no data. This change restores them to a working service so that the project's star growth is visible again. The fix has been applied to the English, Chinese, and Japanese READMEs.